home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des… Fonts / La Bible des... Fonts.iso / Utilitaires / LaserWriter 8.1.1 Software / Printer Descriptions / LaserWriter II NTX v51.8 < prev    next >
PostScript Printer Description  |  1993-10-13  |  13KB  |  358 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *%
  10. *FormatVersion: "4.0"
  11. *FileVersion: "2.5"
  12. *PCFileName: "LWNTX518.PPD"
  13. *LanguageVersion: English
  14. *Product: "(LaserWriter II NTX)"
  15. *PSVersion: "(51.8) 3"
  16. *ModelName: "Apple LaserWriter II NTX v51.8"
  17. *NickName: "Apple LaserWriter II NTX v51.8"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "459676"
  21. *LanguageLevel: "1"
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "8"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true
  37.   }{
  38.     dup    % potential password
  39.     statusdict /checkpassword get exec not
  40.   } ifelse
  41.   {  %  if no password or not valid
  42.     (WARNING : Cannot perform the exitserver command.) =
  43.     (Password supplied is not valid.) =
  44.     (Please contact the author of this software.) = flush
  45.     quit
  46.   } if
  47.   serverdict /exitserver get exec
  48. "
  49. *End
  50.  
  51. *Reset: "
  52.   count 0 eq {  % is the password on the stack?
  53.     true
  54.   }{
  55.     dup    % potential password
  56.     statusdict /checkpassword get exec not
  57.   } ifelse
  58.   {  %  if no password or not valid
  59.     (WARNING : Cannot reset printer.) =
  60.     (Password supplied is not valid.) =
  61.     (Please contact the author of this software.) = flush
  62.     quit
  63.   } if
  64.   serverdict /exitserver get exec
  65.   systemdict /quit get exec
  66.   (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 300dpi
  71. *?Resolution: "
  72. save
  73.   initgraphics
  74.   0 0 moveto currentpoint matrix defaultmatrix transform
  75.   0 72 lineto currentpoint matrix defaultmatrix transform
  76.   3 -1 roll sub dup mul
  77.   3 1 roll exch sub dup mul
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "60.0"
  86. *ScreenAngle: "45.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "
  89. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  90. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  91. "
  92. *End
  93. *ScreenProc Line: "{ pop }"
  94. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  95.  
  96. *DefaultTransfer: Null
  97. *Transfer Null: "{ }"
  98. *Transfer Null.Inverse: "{ 1 exch sub }"
  99.  
  100. *% Paper Handling ===================
  101. *% Use these entries to set paper size most of the time, unless there is
  102. *% specific reason to use PageRegion.
  103. *OpenUI *PageSize: PickOne
  104. *OrderDependency: 30 AnySetup *PageSize
  105. *DefaultPageSize: Letter
  106. *PageSize Letter/US Letter: "statusdict /lettertray get exec"
  107. *PageSize Legal/US Legal: "statusdict /legaltray get exec"
  108. *PageSize A4: "statusdict /a4tray get exec"
  109. *PageSize B5: "statusdict /b5tray get exec"
  110. *PageSize LetterSmall/US Letter Small: "statusdict /lettertray get exec lettersmall"
  111. *PageSize A4Small/A4 Small: "statusdict /a4tray get exec a4small"
  112. *PageSize C5/C5 Envelope Center Fed: "statusdict /lettertray get exec"
  113. *PageSize C6/C6 Envelope Center Fed: "statusdict /lettertray get exec"
  114. *PageSize DL/DL Envelope Center Fed: "statusdict /lettertray get exec"
  115. *PageSize LegalSmall/US Legal Small: "legal"
  116. *PageSize Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
  117. *PageSize Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
  118. *?PageSize: "
  119. save
  120.   [(Letter)(Legal)] statusdict /pagetype get exec
  121.   {get} stopped { pop pop (Unknown)} if = flush
  122. restore
  123. "
  124. *End
  125. *CloseUI: *PageSize
  126.  
  127. *% These entries will set up the frame buffer. Usually used with manual feed.
  128. *OpenUI *PageRegion: PickOne
  129. *OrderDependency: 40 AnySetup *PageRegion
  130. *DefaultPageRegion: Letter
  131. *PageRegion Letter/US Letter: "letter"
  132. *PageRegion Legal/US Legal: "legal"
  133. *PageRegion A4: "a4"
  134. *PageRegion B5: "b5"
  135. *PageRegion LetterSmall/US Letter Small: "lettersmall"
  136. *PageRegion A4Small/A4 Small: "a4small"
  137. *PageRegion LegalSmall/US Legal Small: "legal"
  138. *PageRegion C5/C5 Envelope Center Fed: "letter"
  139. *PageRegion C6/C6 Envelope Center Fed: "letter"
  140. *PageRegion DL/DL Envelope Center Fed: "letter"
  141. *PageRegion Monarch/Monarch Envelope Center Fed: "letter"
  142. *PageRegion Com10/Com10 Envelope Center Fed: "letter"
  143. *CloseUI: *PageRegion
  144.  
  145. *% The following entries provide information about specific paper keywords.
  146. *DefaultImageableArea: Letter
  147. *ImageableArea Letter/US Letter: "15 8 597 784 "
  148. *ImageableArea Legal/US Legal: "15 8 597 1000 "
  149. *ImageableArea A4: "13 10 577 832 "
  150. *ImageableArea B5: "21 10 500 715 "
  151. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  152. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  153. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  154. *ImageableArea C5/C5 Envelope Centre Fed: "90 180 520 767 "
  155. *ImageableArea C6/C6 Envelope Centre Fed: "160 350 450 773 "
  156. *ImageableArea DL/DL Envelope Centre Fed: "170 185 442 760 "
  157. *ImageableArea Monarch/Monarch Envelope Centre Fed: "178.5 269 433.5 773 "
  158. *ImageableArea Com10/Com10 Envelope Centre Fed: "169.5 125 442.5 773 "
  159. *?ImageableArea: "
  160. save
  161.   /cvp {(                ) cvs print ( ) print } bind def
  162.   /upperright {10000 mul floor 10000 div} bind def
  163.   /lowerleft {10000 mul ceiling 10000 div} bind def
  164.   newpath clippath pathbbox
  165.   4 -2 roll exch 2 {lowerleft cvp} repeat
  166.   exch 2 {upperright cvp} repeat flush
  167.  restore
  168. "
  169. *End
  170.  
  171. *% These provide the physical dimensions of the paper (by keyword)
  172. *DefaultPaperDimension: Letter
  173. *PaperDimension Letter/US Letter: "612 792"
  174. *PaperDimension Legal/US Legal: "612 1008"
  175. *PaperDimension A4: "595 842"
  176. *PaperDimension B5: "516 729"
  177. *PaperDimension LetterSmall/US Letter Small: "612 792"
  178. *PaperDimension C5/C5 Envelope Center Fed: "609 792"
  179. *PaperDimension C6/C6 Envelope Center Fed: "607 792"
  180. *PaperDimension DL/DL Envelope Center Fed: "608 792"
  181. *PaperDimension A4Small/A4 Small: "595 842"
  182. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  183. *PaperDimension Monarch/Monarch Envelope Center Fed: "611 792"
  184. *PaperDimension Com10/Com10 Envelope Center Fed: "610 792"
  185.  
  186. *OpenUI *ManualFeed/Manual Feed: Boolean
  187. *OrderDependency: 20 AnySetup *ManualFeed
  188. *DefaultManualFeed: False
  189. *ManualFeed True: "statusdict /manualfeed true put"
  190. *ManualFeed False: "statusdict /manualfeed false put"
  191. *?ManualFeed: "
  192. save
  193.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  194. restore
  195. "
  196. *End
  197. *CloseUI: *ManualFeed
  198.  
  199. *DefaultOutputOrder: Normal
  200.  
  201. *RequiresPageRegion All: True
  202. *OpenUI *InputSlot: PickOne
  203. *OrderDependency: 20 AnySetup *InputSlot
  204. *DefaultInputSlot: Cassette
  205. *InputSlot Cassette/Cassette: ""
  206. *CloseUI: *InputSlot
  207.  
  208. *% Font Information =====================
  209. *DefaultFont: Courier
  210. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  211. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  212. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  213. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  214. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  215. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  216. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  217. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  218. *Font Courier: Standard "(001.005)" Standard ROM
  219. *Font Courier-Bold: Standard "(001.005)" Standard ROM
  220. *Font Courier-BoldOblique: Standard "(001.005)" Standard ROM
  221. *Font Courier-Oblique: Standard "(001.005)" Standard ROM
  222. *Font Helvetica: Standard "(001.002)" Standard ROM
  223. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  224. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  225. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  226. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  227. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  228. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  229. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  230. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  231. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  232. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  233. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  234. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  235. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  236. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  237. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  238. *Font Symbol: Special "(001.003)" Special ROM
  239. *Font Times-Bold: Standard "(001.002)" Standard ROM
  240. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  241. *Font Times-Italic: Standard "(001.002)" Standard ROM
  242. *Font Times-Roman: Standard "(001.002)" Standard ROM
  243. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  244. *Font ZapfDingbats: Special "(001.002)" Special ROM
  245. *?FontQuery: "
  246. save
  247.  /str 100 string dup 0 (fonts/) putinterval def
  248.  {
  249.    count 1 gt
  250.    {
  251.      exch dup str 6 94 getinterval cvs
  252.      (/) print dup print (:) print exch
  253.      FontDirectory exch known
  254.      { pop (Yes) }
  255.       {
  256.         length 6 add str 0 3 -1 roll getinterval
  257.         mark exch status
  258.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  259.      } ifelse =
  260.    }
  261.    {exit} ifelse
  262.  }bind loop
  263.  (*) = flush
  264. restore
  265. "
  266. *End
  267.  
  268. *?FontList: "
  269. save
  270.   FontDirectory { pop == } bind forall flush
  271.   /filenameforall where
  272.   {
  273.     pop (fonts/*)
  274.     { dup length 6 sub 6 exch getinterval cvn == } bind
  275.     128 string filenameforall flush
  276.   } if
  277.   (*) = flush
  278. restore
  279. "
  280. *End
  281.  
  282. *% Printer Messages (verbatim from printer):
  283. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  284. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  285. *Message: "\FontName\ not found, using Courier."
  286.  
  287. *% Status (format: %%[ status: <one of these> ]%% )
  288. *Status: "idle"
  289. *Status: "busy"
  290. *Status: "waiting"
  291. *Status: "printing"
  292. *Status: "warming up"
  293. *Status: "PrinterError: timeout, clearing printer"
  294. *Status: "PrinterError: paper entry misfeed"
  295. *Status: "PrinterError: service call"
  296. *Status: "PrinterError: warming up"
  297. *Status: "PrinterError: no toner cartridge"
  298.  
  299. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  300. *Source: "serial9"
  301. *Source: "serial25"
  302. *Source: "AppleTalk"
  303.  
  304. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  305. *PrinterError: "timeout, clearing printer"
  306. *PrinterError: "paper entry misfeed"
  307. *PrinterError: "service call"
  308. *PrinterError: "warming up"
  309. *PrinterError: "no toner cartridge"
  310.  
  311. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  312.  
  313. *% Color Separation Information =====================
  314.  
  315. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  316.  
  317. *InkName: ProcessBlack/Process Black
  318. *InkName: CustomColor/Custom Color
  319. *InkName: ProcessCyan/Process Cyan
  320. *InkName: ProcessMagenta/Process Magenta
  321. *InkName: ProcessYellow/Process Yellow
  322.  
  323. *%  For 60 lpi / 300 dpi  ===============================
  324.  
  325. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  326. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  327. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  328. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  329. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  330.  
  331. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  332. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  333. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  334. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  335. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336.  
  337. *%  For 53 lpi / 300 dpi  ===============================
  338.  
  339. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  340. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  341. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  342. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  343. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  344.  
  345. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  346. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  347. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  348. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  349. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  350.  
  351. *% For "LaserWriter II NTX" version 51.8
  352. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  353. *% Converted to meet 4.0 specification
  354. *% Last Edit Date: May 21 1993
  355. *% The byte count of this file should be exactly 012007 or 012352
  356. *% depending on the filesystem it resides in.
  357. *% end of PPD file for LaserWriter II NTX
  358.